net/http.http2writeContext.Framer (method)
15 uses
net/http (current package)
h2_bundle.go#L11022: Framer() *http2Framer
h2_bundle.go#L11065: return ctx.Framer().WriteSettings([]http2Setting(s)...)
h2_bundle.go#L11074: err := ctx.Framer().WriteGoAway(p.maxStreamID, p.code, nil)
h2_bundle.go#L11092: return ctx.Framer().WriteData(w.streamID, w.endStream, w.p)
h2_bundle.go#L11106: return ctx.Framer().WriteRSTStream(hp.StreamID, http2ErrCodeInternal)
h2_bundle.go#L11112: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
h2_bundle.go#L11122: return ctx.Framer().WritePing(false, w.data)
h2_bundle.go#L11132: return ctx.Framer().WritePing(true, w.pf.Data)
h2_bundle.go#L11142: return ctx.Framer().WriteSettingsAck()
h2_bundle.go#L11236: return ctx.Framer().WriteHeaders(http2HeadersFrameParam{
h2_bundle.go#L11243: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
h2_bundle.go#L11285: return ctx.Framer().WritePushPromise(http2PushPromiseParam{
h2_bundle.go#L11292: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
h2_bundle.go#L11304: return ctx.Framer().WriteHeaders(http2HeadersFrameParam{
h2_bundle.go#L11325: return ctx.Framer().WriteWindowUpdate(wu.streamID, wu.n)